Download jQuery Table Search Plugin Nulled
Add search input to any html tables instantly! Search and filters rows and cells. CSS customizable. Fast. The plugin add a class .found to any cell and row matching the text. Use with: $("table").tableSearch(); Examples: <pre><script type="text/javascript"> $(function(){ $(".table1").tableSearch(); }); </script> <style> .table1 .found { background-color: yellow; } </style></pre> <script type="text/javascript"> $(function(){ $(".table3").tableSearch(); }); </script> […]